home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / fake-dcc < prev    next >
Text File  |  2001-03-21  |  532b  |  17 lines

  1. Synopsis:
  2.    load fake-dcc
  3.  
  4. Description:
  5.    This script is mostly meant as example usage of the PRETEND command and
  6.    the SEND_TO_SERVER hook.  This particular example shows how a DCC
  7.    handshake can be modified to use a CTCP command word other than "DCC".
  8.    It includes the function $getrandword(), which randomly returns a
  9.    single word from a list of words.
  10.  
  11. See Also:
  12.    load(5); on(5) send_to_server; pretend(5)
  13.  
  14. Other Notes:
  15.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  16.  
  17.